home *** CD-ROM | disk | FTP | other *** search
/ Scene 96 / Scene 96 International Edition (Zyklop Software) (Disc 2) (1997).iso / misc / coding / ot_plsma / make.bat < prev    next >
DOS Batch File  |  1996-06-19  |  136b  |  12 lines

  1. @echo off
  2.  
  3. tasm plasma.asm
  4. if errorlevel 1 then goto end:
  5. tlink /t plasma.obj
  6. plasma.com
  7.  
  8. :end
  9. del *.bak
  10. del *.obj
  11. del *.map
  12.